libs/gnttab: fix build of gnttab_unimp.c
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 26 Sep 2016 16:44:08 +0000 (18:44 +0200)
committerWei Liu <wei.liu2@citrix.com>
Tue, 27 Sep 2016 09:36:02 +0000 (10:36 +0100)
commit6a304607b9540a115de58eb54345a085a1ec3cf3
tree6f7ebef04384d74342db93d011b3384defc8c3a4
parent9bb1865cca15b28be5aa185cd865b95b49e7b303
libs/gnttab: fix build of gnttab_unimp.c

Fix the definition of the xengnttab_grant_copy function so it's in line
with the prototypes in xengnttab.h.

This unbreaks the tools build on systems that don't have a gnttab device.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libs/gnttab/gnttab_unimp.c